home *** CD-ROM | disk | FTP | other *** search
- #if !defined(AFX_NEWPROJ_H__B87C5B22_80E5_11D3_A2B2_0000E84E7CA1__INCLUDED_)
- #define AFX_NEWPROJ_H__B87C5B22_80E5_11D3_A2B2_0000E84E7CA1__INCLUDED_
-
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // NewProj.h : header file
- //
-
-
- #include "EasyDropTarget.h"
-
- /////////////////////////////////////////////////////////////////////////////
- // CNewProj dialog
-
- class CNewProj : public CPropertyPage
- {
- DECLARE_DYNCREATE(CNewProj)
-
- // Construction
- public:
- CNewProj(); // standard constructor
- ~CNewProj(); // standard destructor
- CString GetName(); // nom complet projet
- CString GetPath(); // path complet projet
- CString GetPath0(); // path complet projet sans dernier slash
- CString GetBasePath(); // base path
-
- // Dialog Data
- //{{AFX_DATA(CNewProj)
- enum { IDD = IDD_NewProj };
- CComboBox m_ctl_projname;
- CString m_projname;
- CString m_projpath;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CNewProj)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- BOOL can_click_next;
- char* GetTip(int id);
- BOOL OnHelpInfo2();
- void Changeprojname(CString stl);
- // Generated message map functions
- //{{AFX_MSG(CNewProj)
- afx_msg void Onbr();
- virtual BOOL OnInitDialog();
- afx_msg void OnChangeprojpath();
- afx_msg void OnChangeprojname();
- afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
- afx_msg void OnSelchangeprojname();
- //}}AFX_MSG
- virtual BOOL OnKillActive( );
- virtual BOOL OnQueryCancel( );
- virtual LRESULT OnWizardNext();
- virtual BOOL OnSetActive( );
- afx_msg BOOL OnHelpInfo(HELPINFO* dummy);
- afx_msg BOOL OnToolTipNotify( UINT id, NMHDR * pNMHDR, LRESULT * pResult );
- afx_msg LRESULT DragDropText(WPARAM wParam,LPARAM lParam);
- DECLARE_MESSAGE_MAP()
-
- private:
- CEasyDropTarget* drag;
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_NEWPROJ_H__B87C5B22_80E5_11D3_A2B2_0000E84E7CA1__INCLUDED_)
-